Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NamedObjectCollection<TItem,TContainer> Class / Item Property / Item(String) Property
The name.


In This Topic
Item(String) Property
In This Topic
Gets the TItem with the specified name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As TItem
 
'Usage
 
Dim instance As NamedObjectCollection(Of TItem,TContainer)
Dim name As String
Dim value As TItem
 
value = instance.Item(name)

Parameters

name
The name.

Property Value

ItemType.
See Also